body{
	overflow-x: hidden;
	color: #333333;
}
a{
	color: #333333;
}
a:hover{
	color: #2364AA;
}
/*header*/

.zsy-header-top{
	height: 30px;
	height: 30px;
	overflow: hidden;
	background: #eaeef2;
}
.zsy-header-left{
	float: left;
	width: 50%;
	text-align: left;
}
.zsy-header-right{
	float: left;
	width: 50%;
	text-align: right;
	overflow: hidden;
}
.zsy-header-left span,.zsy-header-right span,.zsy-header-right a{
	display: inline-block;
	vertical-align:middle;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 12px;
}
.zsy-header-right span{
	padding: 0 6px;
}
.index-header{
	height: 120px;
	overflow: hidden;
}
.zsy-logo{
	width: 25%;
	float: left;
	padding-top: 18px;
	margin-top: 26px;
}
.zsy-logo img{
	width: 100%;
}

.index-header .index_rylb{
	float: left;
	width: 330px;
	line-height: 20px;
	overflow: hidden;
	padding-left: 50px;
	margin-top: 10px;
}
.index-header .index_rylb p{
	background-image: url(../images/wujiao.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 24px;
}
.zsy-header-ul{
	width:300px;
	float: left;
	margin-top: 26px;
}
.zsy-header-ul li{
	float: right;
	padding-top: 15px;
}
.zsy-header-ul li .h1{
	font-size: 20px;
	font-weight: normal;
	color: #666;
	text-align: center;
	letter-spacing: 5px;
}
.zsy-header-ul li .h2{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;	
}
.zsy-header-phone{
	width: 20%;
	float: right;
	padding-top: 0px;
	text-align: right;
	margin-top: 26px;
}
.zsy-header-phone img{width: 88%;}
.zsy-header-phone a{
	width: 40%;
	display: inline-block;
	height: 20px;
	font-size: 12px;
	color: #fff;
	border-radius: 10px;
	line-height: 20px;
	text-align: center;
}
.header-menzheng{
	background: #2c8bec;
	margin-right: 20px;
}
.header-zixun{
	background: #4bb033;
}

/**
 * 栏目
 */
.index_menu{
	height: 68px;
	background: #0064d0;
	border-top: 1px solid #e5e5e5;
	position: relative;
	z-index: 999;
}
.index_menu ul>li{
	width: 120px;
	height: 66px;
	font-size: 16px;
	float: left;
	line-height: 22px;
	text-align: center;
	margin-right: 10px;
	padding-top: 12px;
	position: relative;
}
.index_menu ul>li>a{
	color:#FFFFFF;
}
.index_menu ul>li.action{
	color: #FFFFFF;
	border-bottom: 2px solid #2364AA;
}
.index_menu ul>li.action>a,.index_menu ul>li.action>a:hover{
	color: #FFFFFF;
}
.index_menu ul>li:hover > div{
	display: block;
}
.index_menu .menu_company{
	display: none;
	width: 292px;
	height: 366px;
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 66px;
	left: 0;
}
.index_menu .menu_company h4{
	font-size: 14px;
	color: #555;
	height: 50px;
	line-height: 50px;
	text-align: left;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 20px;
}
.index_menu .menu_company h4>a{
	color: #555;
}
.index_menu .menu_company .infoBox{
	width: 100%;
	height: 256px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.index_menu .menu_company .infoBox img{
	width: 100%;
	height: 256px;
}
.index_menu .menu_company .infoBox p{
	width: 100%;
	height: 256px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	padding: 20px;
	text-indent: 2em;
	opacity:0;
	-webkit-transition: .3s;
    transition: .3s;
}
.index_menu .menu_company .infoBox:hover p{
	opacity:1;
	-webkit-transform:	rotateY(360deg);
 	transform:rotateY(360deg);
}

.index_menu .menu_lists{
	display: none;
	width: 160px;
	background: rgba(255,255,255,0.8);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 66px;
	left: 0;
}
.index_menu .menu_lists a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #555555;
}
.index_menu .menu_lists a:hover{
	color: #2364AA;
}

/**
 * 诊疗项目
 */
.index_menu .menu_item{
	display: none;
	background: rgba(255,255,255,0.8);
	width: 950px;
	overflow: hidden;
	padding: 20px;
	position: absolute;
	top: 66px;
	left: 0;
}
.index_menu .menu_item dl{
	width: 192px;
	height: 104px;
	overflow: hidden;
	float: left;
	position: relative;
  	margin:0 10px;
	margin-bottom: 20px;
}
.index_menu .menu_item dl dt{
	width: 100%;
	height: 100%;
}
.index_menu .menu_item dl dt img{
	width: 100%;
	height: 100%;
  	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}
.index_menu .menu_item dl dt img:hover{
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:scale(1.1);
}
.index_menu .menu_item dl dd{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.index_menu .menu_item dl dd a{
	color: #FFFFFF;
}

/**
 * 专家团队
 */
.menu_photo{
	display: none;
	background: rgba(255,255,255,0.8);
	width: 564px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	top: 66px;
	left: 0;
}
.menu_photo .photo_list{
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 15px;
}
.menu_photo .photo_list dl{
	width: 92px;
	height: 124px;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
	position: relative;
	margin-bottom: 15px;
	margin-right: 14px;
}
.menu_photo .photo_list dl:nth-of-type(5){margin-right: 0px;}
.menu_photo .photo_list dl dt{
	width: 100%;
	height: 100%;
}
.menu_photo .photo_list dl dt img{
	width: 100%;
	height: 100%;
  	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}
.menu_photo .photo_lis dl dt img:hover{
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:scale(1.1);
}
.menu_photo .photo_list dl dd{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.menu_photo .photo_list dl dd a{
	color: #FFFFFF;
}
.menu_photo .news_list{
	overflow: hidden;
	padding: 20px 0;
}
.menu_photo .news_list>a{
	display: block;
	width: 33%;
	float: left;
	line-height: 28px;
	color: #555555;
	font-size: 14px;
}
.menu_photo .news_list>a:hover{
	color: #2364AA;
}

/**
 * banner
 */
.index_banner{
	width:100%;
	height:450px;
	overflow:hidden;
	position:relative;
}
.index_banner .hd{
	height:15px;
	overflow:hidden;
	position:absolute;
	left:0px;
	bottom:10px;
	width: 100%;
	z-index:1;
}
.index_banner .hd ul{
	padding-left: calc(50% - 40px);
	width: 100%;
	text-align: center;
	overflow:hidden;
	zoom:1;
	float:left;
}
.zicun-container{overflow: hidden;margin-top: 10px;}
.index_banner .hd ul li{
	text-align: center;
	display: inline-block;
	float:left;
	margin-right:8px;
	width:15px;
	height:15px;
	border-radius: 50%;
	border:  1px solid #FFFFFF;
	line-height:14px;
	text-align:center;
    
	cursor:pointer;
}
.index_banner .hd ul li.on{
	background:#FFFFFF;
	
}
.index_banner .bd{
	position:relative;
	height:100%;
	z-index:0;
}
.index_banner .bd li{
	zoom:1;
	vertical-align:middle;
}
.index_banner .bd img{
	width:100%;
	height:450px;
	display:block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.index_banner .prev,
.index_banner .next{
	position:absolute;
	left:3%; top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.index_banner .next{
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.index_banner .prev:hover,
.index_banner .next:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
.index_banner .prevStop{
	display:none;
}
.index_banner .nextStop{
	display:none;
}

.index_main{
	overflow: hidden;
	clear: both;
}
.index_title{
	overflow: hidden;
	margin: 20px auto;
}

/*热搜*/
.zsy-resou{
	height: 50px;
	border-radius: 8px;
	margin:30px 0px 10px;
	overflow: hidden;
}
.zsy-resou-img{
	width: 15%;
	background: #0064d0;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
.zsy-resou-img img{
	width: 80%;
	margin-top: 5px;
}
.zsy-resou-ul{
	width: 85%;
	overflow: hidden;
	border: 1px solid #333333;
	border-radius: 0px 8px 8px 0px;
	border-left: none;
}
.zsy-resou-ul li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px 10px;
}
.zsy-resou-ul li a{
	color: #333;
	display: block;
}
.zsy-resou-ul li a label{
	float: left;
}
.zsy-resou-ul li a span{
	float: right;
}
.zsy-resou-ul ul{
	
	width: 100%;
}
.zsy-resou-ul li a:hover{
	text-decoration: underline;
	color: #FF0000;
}

.zsy-resou-search{
	width: 30%;
	}
.zsy-resou-search,.zsy-resou-ul,.zsy-resou-.img{
	height: 100%;
}
.zsy-resou-search{
	background: #3c3c3c;
	position: relative;
}
.zsy-resou-search input{
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border:none;
	background: transparent;
}
.zsy-resou-search button{
	position: absolute;
	top:0px;
	right: 5px;
	background: url("/images/resou-iconpng")no-repeat;
	border:none;
	width: 50px;
	height: 50px;
	background-position: 5px 10px;
	background-size:32px;
}

/*咨讯*/
.zixun-title{
	width: auto;
	border-bottom: 1px solid #0064d0;
	padding-bottom: 2px;
}
.zixun-title h3{
	font-size: 24px;
	color: #0064d0;
	border-bottom: 3px solid #0064d0;
}
.zixun-title h3 span{
	font-size: 14px;margin-left: 5px;
}
.zsy-zx{
	width: 73%;
	margin-right: 2%;
	height:360px;
	box-shadow: #E0E0E0 3px 3px 3px,#E0E0E0 -3px -3px 3px;
}
.zsy-zixun-banner{position: absolute;top: 0px;left: 0px;width: 100%;}



.zsy-zixun-banner .hd{
	position: absolute;
	bottom:9px;
	right:0px;
	width: 100px;
}
.banner-kuang,.zsy-zixun-dongtai{
	width: 50%;float: left;
	position: relative;
	height: 360px;
}
.zsy-zixun-banner img{width: 100%;height: 360px;}
.zsy-zixun-dongtai{
	height: 40px;
}
.zsy-zixun-banner .hd{
	position: absolute;
	bottom:9px;
	right:0px;
	width: 100px;
}
.zsy-zixun-banner .hd ul li{
	width: 10px;
	display: inline-block;
	margin: 0 6px;
	height: 10px;
	*float: left;
	background: #fff;
	opacity:0.75;
	border-radius: 50%;
}
.zsy-zixun-banner .hd ul li.on{
	background: #0064d0;
}
.zsy-zixun-banner .bd ul  li{
	height: 360px;
	width: 100%;
	position: relative;
}
.zsy-zixun-banner .bd ul  li div{
	padding-right:100px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: url(../images/beijing-banner.png)no-repeat left;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}
.zixun-title-content{
	width: 100%;
	background: #0064d0;
	box-shadow: #eeeeee 3px 3px 3px;
	overflow: hidden;
}
.zixun-title-content div{
	width: 33.3%;
	float: left;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 30px;
	cursor: pointer;
}
.zixun-title-content div span{
	display: block;
	width: 75%;
	height: 38px;
	line-height: 38px;
	margin: auto;
}
.tt-active span{
	border-bottom: 2px solid #fff;
}
.xiangmu-tt{
	float: right;
}
.zixun-news-list li{
	border-bottom: dashed 1px #666666;
	overflow: hidden;
	padding: 10px 0;
	margin: 0 10px;
}
.zixun-news-list{position: absolute;top: 33px;left: 0px;display: none;padding-top: 10px;}
.zixun-news-list-active{display: block!important;}
.zixun-news-list a h1:hover{color: #2364AA;}
.time{width:80px ;height: 80px;background: #0064d0;padding: 10px;}
.time span{color: #fff;text-align: center;display: block;}
.time span:nth-of-type(1){font-size: 30px;}
.time span:nth-of-type(2){font-size: 14px;}
.zixun-new-con{width: 70%;padding-left: 5px;height: 82px;overflow: hidden;}
.zixun-new-con .zixun-title-info{font-size: 15px;font-weight: normal;color: #222222;}
.zixun-new-con p{font-size: 12px;color: #999999;margin-top: 6px;line-height: 18px;}
.more{float: right;padding-top: 5px;}
.title-container{width: 75%;}
.zx-pingtai{width: 25%;box-shadow: #E0E0E0 3px 3px 3px,#E0E0E0 -3px -3px 3px;}
.zx-pingtai-tt{height: 40px;background: #4bb033;overflow: hidden;}
.zx-pingtai-tt span{height: 30px;color: #fff;display: block;margin: 5px 5px;line-height: 30px;float: left;}
.zx-pingtai-tt span:last-of-type{font-size: 12px;vertical-align: bottom;padding-top: 4px;}
.shuguang{width: 5px;background: #fff;}
.zx-pingtai-info div{padding-left: 40px;margin: 8px 0px;}
.zx-pingtai-info div a{color: #333333;}
.zx-pingtai-info div p{color:#0064d0 ;}
.zx-pingtai-info div span:nth-of-type(1){font-size: 16px;}
.zx-pingtai-info-div1 span:nth-of-type(2),.zx-pingtai-info-div2 span:nth-of-type(2){font-size: 18px;font-weight: bold;color: #0064d0;}
.zx-pingtai-info-div1{background: url(../images/pingtai1.png)no-repeat;background-size:20px ;background-position: 10px 5px;}
.zx-pingtai-info-div2{background: url(../images/pingtai2.png)no-repeat;background-size:20px ;background-position: 10px 5px;}
.zx-pingtai-info-div3{background: url(../images/pingtai3.png)no-repeat;background-size:20px ;background-position: 10px 5px;}
.zx-pingtai-info-div4{background: url(../images/pingtai.png)no-repeat;background-size:20px ;background-position: 10px 5px;overflow: hidden;}
.zx-pingtai-info-div4 span{display: block;float: left;}
.zx-pingtai-info-div4 span:nth-of-type(1){width: 83px;}
.zx-pingtai-info-div4 span:nth-of-type(2){width: 63%;}
.ewm-list{width: 83%;margin:5px auto;}
.ewm-list li{width: 40%;float: left;background: #4bb033;padding: 5px;}
.ewm-list li img{width: 100%;}
.ewm-list li span{color: #fff;display: block;text-align: center;font-size: 12px;}
.ewm-list li:nth-of-type(1){margin-right: 13%;}
.pingtai-btn-list{padding: 11px 0px;}
.pingtai-btn-list a{width: 28%;display:inline-block;height: 30px;line-height: 30px;background: #0064d0;color: #fff;border-radius: 5px;margin: 10px 5px;text-align: center;font-size: 14px;}
.pingtai-btn-list a:hover{background:#4bb033 ;}
.menzhen-img{padding: 20px 0px;}
.menzhen-img a img{width: 100%;min-width: 1200px;display: block;}


/**
 * 医院环境
 */
#carousel {
	width:1200px;
	position:relative;
	z-index:2;
	margin-top:20px;
	transform-style:preserve-3d;
	perspective:600px;
	height:400px
}
#carousel li {
	position:absolute;
	left:50%;
	top:50%;
	width: 500px;
	margin-left:-252px;
	transition:transform .5s ease-in-out;
	box-shadow:8px 8px 20px rgba(0,0,0,.2);
	cursor:pointer
}
#carousel li img{
	width: 100%;
	height: 100%;
}
#carousel li p{
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #4594e5;
	overflow: hidden;white-space: nowrap;font-weight: bold;
}
#bannerNav {
	position:relative;
	margin-top:20px;
	height:10px;
	padding:10px 0;
	text-align:center
}
#bannerNav ul li {
	cursor:pointer;
	overflow:hidden;
	display:inline-block;
	width:22px;
	margin:0 2px
}
#bannerNav ul li a {
	margin:0 auto;
	display:block;
	width:6px;
	height:6px;
	vertical-align:top;
	border-radius:3px;
	background:#5e6671;
	font-size:0
}
#bannerNav ul li.on a,#bannerNav ul li:hover a {
	background:#00aeff
}
#bannerNav ul li.on a {
	width:20px
}


/*科室*/
.keshi-list{
	overflow: hidden;
	padding: 10px 5px;
}
.keshi-list li{
	width: 23.3%;float: left;
	margin-right: 2%;
	box-shadow: 2px 2px 5px #cdcdcd,-2px -2px 5px #cdcdcd;
	margin-top: 10px;
	margin-bottom: 10px;
}
.keshi-list li:nth-of-type(4),.keshi-list li:nth-of-type(8){margin-right: 0px;}
.keshi-list li a>div{width:100%;overflow: hidden;position: relative;}
.keshi-list li a>div>img{
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}
.keshi-list li a>div>img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:scale(1.1);
}
.keshi-list li a>div h2{
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    color: #FFFFFF;
    text-shadow:0px 1px 1px #333333 ;
}
.keshi-li-active img,.keshi-li-active h1{
	text-decoration: underline;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.keshi-list li a p{
	line-height: 22px;
	height: 60px!important;
	max-height: 60px!important;
	padding: 10px 10px;
	font-size: 14px;
}
/*专家团队*/
.section4{
	width:100%;
	height:690px;
	background:url(../images/yishengbeijing.jpg) no-repeat center center;
	margin-top:10px;
	min-width: 1200px;
}
.box4{
	width:715px;
	height:690px;
	float:left;
	margin-right:30px;
	position: relative;
	display:none;
}
.box4 p{
	text-align:center;
	font-size:16px;
}
.box4_more{
	width:150px;
	height:40px;
	text-align:center;
	line-height:40px;
	border:2px solid #0050a7;
	color:#0050a7;
	margin-top:50px;
	font-size:16px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
/*yx_rotaion*/
.yishenifo-container{
	width: 55%;
	float: left;
	height: 100%;
}
.yisheng-list-container{
	width: 45%;
	float: left;
	height: 100%;
	padding-top: 73px;
	box-sizing: border-box;
}
.yisheng-list-container h1{
	font-size: 30px;
	color: #fff;
	padding-left: 67px;
}
.doc-list{
	overflow: hidden;
	width: 510px;
	margin-left:40px;
	margin-top: 60px;
	height: 423px;
}
.doc-list li{
	width: 29%;
	float: left;
	margin: 10px;
	overflow: hidden;
}
.doc-list li img{
	width: 100%;
	height: 190px;
	background: #FFFFFF;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	cursor: pointer;
}
.doc-list li img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:scale(1.1);
}
.left-right img{width: 30px;margin: 10px;}
.left-right {padding-left: 40px;}
.yisheninfo-kuang{
	width: 670px;
	height: 100%;
	float: right;
	clear: both;
	position: relative;
	height: 100%;
}
.logo-doc{
	width: 320px;
}
.yisheninfo{
	padding-top:80px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	display: none;
}
.yisheninfo.action{
	display: block;
}
.doc-content{
	height: 484px;
	width: 88%;
}
.doc-content h1{
	font-size: 28px;
	color: #333333;
	margin: 60px 0px 0px;
	width: 100%;
	text-align: center;
}
.doc-content p{
	margin: 10px 10px;
  	line-height: 30px;
}
.yisheng-tu{
	width: 350px;
	position: absolute;
	bottom: 0px;
	right: -90%;
	height: 500px;
}
.yisheng-more{
	height: 40px;
	line-height:40px;
	width: 150px;
	border: 1px solid #0050a7;
	display: block;
	margin: auto;
	text-align: center;
	color: #0050a7;
}
.huanjing-kuang{
	background: url(../images/huanjingbeijin.png)no-repeat center;
	background-size:cover ;
	height: 488px;
	box-shadow: 1px 1px 5px #ccc,-1px -1px 5px #ccc;
	margin-top: 20px;
	overflow: hidden;
}
.huanjing-kuang .swiper-container .swiper-slide h1{
	font-size: 18px;
	text-align: center;
	color: #4594e5;
	height: 40px;
	line-height: 40px;
}


.cekuang{position: fixed;top: 20%;right: 0px;z-index: 100000;}
.cekuang li{margin: 10px 0px;height: 100px;width: 100px;}
.cekuang li img{width: 100%;height: 100%;}
.cekuang .show_qr {
    position: absolute;
   
    bottom: -210px;
    width: 80px;
    right: 10px;
    opacity: 0;
}
.wenti-xiangqing{width: 55px;height: 55px;font-size: 20px;font-weight: bold;/*background:#0064d0;*/background:#00a6ff;margin-top: 10px;float: left;text-align: center;border-radius: 5px;margin-left: 15px;}
.wenti-xiangqing a{color: #fff;}
.s6_date{width:80px;height:80px;background-color:#c5c5c5;float:left;}
.s6_month{ color: #fff;    font-size: 36px;    margin-left: 20px;    padding-top: 5px;    font-weight: bold;    display: block;    height: 48px;}
.s6_year{color:#fff;font-size:16px;margin-left:7px;font-weight:bold;}
.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;padding-right:41px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:74px; height:50px; margin-left:4px}
#but_up{ background:url(../images/up.jpg) no-repeat 0 0; text-indent:-9999px}
#but_down{ background:url(../images/down.jpg) no-repeat 0 0; text-indent:-9999px}
#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333} 
.lishi-num{border-top: 1px solid #4594e5;margin-top: 20px;overflow: hidden;position: absolute;left: 0px;} 
.lishi-num li{width:163px ;float:left;height: 100px;background: url(../images/lishi-back.png)no-repeat center top;font-size: 20px;text-align:center;padding-top:38px;font-weight: bold;color: #fff;} 
.lishi-active{background: url(../images/active-back.png)no-repeat center!important;}
.lishi-tupian{position: absolute;top: 0px;left: 0px;display: none;}
.lishi-tupian-active{display: block;}
.lishi-tupian img{width: 70%;display: block;margin: auto;margin-top: 20px;height: 227px;}
.guahao-from p{overflow: hidden;width: 80%;margin: 32px auto;}
.guahao-from p span{display: block;float: left;width: 30%;height: 30px;line-height: 30px;}
.guahao-from p input,.guahao-from p select{display: block;float: left;width: 70%;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid #666;padding-left: 10px;background: #fefcf8;}
.guahao-btn button{display: inline-block;height: 35px;line-height: 35px;padding: 0px;width: 110px;color: #FFF;border: none;border-radius:17.5px;}
.guahao-btn{text-align: center;margin-bottom: 30px;}
/*footer*/
.footer{background: #0064d0;padding: 50px 0px 20px;overflow: hidden;}
.footer-left{width: 48%}
.footer-right{width: 52%;}
.footer-left p{font-size: 14px;color:#fff;width: 90%;line-height: 32px;}
.footer-right ul.hdTilte{
	overflow: hidden;
}
.footer-right ul.hdTilte li{float: left;width: 20%;padding: 0 10px;}
.footer-right ul.hdTilte li img{width: 50%;display: block;margin: auto;margin-bottom: 10px;}
.footer-left img{width: 60%;display: block;margin-bottom: 14px;}
.footer-right ul.hdTilte li p{text-align: center;}
.footer-right ul.hdTilte li p a{font-size: 12px;color: #fff;}
.footer-right ul.hdTilte li p a:hover{text-decoration: underline;}
.footer-right ul.hdTilte li h1{font-size: 15px;text-align: center;color: #fff;margin-bottom: 10px;}
.footer-right .bdCont{
	overflow: hidden;
	margin-top: 10px;
}
.footer-right .bdCont ul{
	display: block;
	width: 20%;
	float: left;
	overflow: hidden;
}
.footer-right .bdCont ul li{
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
}
.footer-right .bdCont ul li a{
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 6px;
}
.footer-right .bdCont ul li span{
	float: right;
	font-size: 12px;
}
.footer-di-ul li{width: 20%;float: left;}
.footer-di-ul li a{text-align:center;display: block;padding:0px 10px;overflow: hidden;border-right: 1px solid #b5b5b5;}
.footer-di{padding: 20px;background: #d2ebf9;margin-top: 40px;}
.footer-di-ul li:last-of-type a{border: none;}
.footer-di-ul li a img{display: inline-block;width: 20%;}
.footer-di-ul li a div{display: inline-block;padding-bottom: 5px;}
.footer-di-ul li a div span{display: block;color: #0064d0;}
.shebei-container{height: 217px;position: relative;box-shadow: 1px 1px 5px #ccc,-1px -1px 5px #ccc;padding-top: 20px;}
.shebei-container .bd{width: 85%;margin: auto;overflow: hidden;}
.shebei-container ul {overflow: hidden;padding: 20px;}
.shebei-container ul li{
	width: 25%;
	height: 177px;
	float: left;
	margin: 0px 10px;
	border: 1px solid #ededed;
	padding: 10px 5px;
}
.yiqi-img{
	width: 95%;
	margin: auto;
	height: 120px;
	margin-top: 5px;
	overflow: hidden;
}
.yiqi-img img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}
.yiqi-img img:hover{
		-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform:scale(1.1);
}
.shebei-container ul li p.only-line{font-size: 15px;line-height: 30px;color: #333333; height: 30px;text-align: center;overflow: hidden;/*超出部分隐藏*/
            white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;/*超出部分文字以...显示*/}
.shebei-container ul li p{font-size: 12px;color: #999999;margin-top: 8px;}
.yiqi-left{position: absolute;top: calc(50% - 20px);left: 17px;width: 40px;}
.yiqi-right{position: absolute;top: calc(50% - 20px);right: 17px;width: 40px;z-index: 10000;}
.gongyi{background: #fff;}
.gongyi-container{position: relative;height: 464px;}
.gongyi-back{background: url(../images/meiti-back.jpg)no-repeat center;background-size:cover;padding: 40px 0px;margin-top: 30px;}
.gongyi-title{overflow: hidden;height: 40px;}
.gongyi-title h4{width: 33.3%;float: left;background: #0064d0;line-height: 40px;color: #FFFFFF;text-align: center;font-size: 16px;font-weight: normal;}
.gongyi-item{overflow: hidden;position: absolute;top: 0px;width: 100%;display: none;}
.gongyi-item-action{display: block;}
.gongyi-datu{width: 40%;position: relative;float: left;padding-top: 10px;padding-right: 10px;}
.gongyi-datu a{
	display: block;
}
.gongyi-datu img{
	width: 100%;
	height: 443px;
	-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;
}
.desc{width:100%;height: 30px;line-height:30px;background: rgba(0,0,0,0.8);opacity: 0.7;color: #FFFFFF;position: absolute;bottom: 0px;padding: 0px 5px;font-size: 14px;overflow:hidden;}
.gy-img-list{width: 60%;overflow: hidden;float: left;}
.gy-img-list li{width: 33.3%;float: left;padding: 10px;position: relative;}
.gy-img-list li a{
	display: block;
}
.gy-img-list li img{width: 100%;height: 100%;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;}
.gongyi-datu div,.gy-img-list li div{overflow: hidden;width: 100%;height: 100%;}
.gongyi-item img:hover{
	-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform:scale(1.1);
}
.gongyi-title-active{font-weight: bold!important;background: #f39800!important;}
.ys-item-active{display: none;}
/*视频列表*/
.aier_biside{width: 25%;float: left;background: #0064d0;margin-right: 2%;border-radius: 5px;padding: 10px;height:710px;}
.aier_biside h1,.aier_biside h2,.aier_biside a,.aier_biside li{color: #FFFFFF;text-align: center;}
.aier_biside h1{font-size: 20px;margin: 10px auto 5px;width: 60%;height:50px;line-height: 40px;border-bottom: 1px solid #FFFFFF;}
.kong{width: 90%;height: 3px;background: #FFFFFF;margin: auto;}
.aier_biside ul{width: 90%;margin:5px auto 0px;padding: 10px 0px;}
.aier_biside ul li{height: 45px;line-height: 45px;overflow: hidden;border-radius:4px;margin-bottom:10px;}
.aier_biside ul li span{max-width:212px;white-space: nowrap;overflow: hidden;margin: 0px 5px;}
.aier-icon{display: none;}
.aier-icon-active a{font-weight: bold;}
.aier-icon-active .aier-icon{display: inline-block!important;}
.aier-content{min-height:710px;width: 73%;float: left;border-radius:5px;box-shadow: 1px 2px 3px #DDDDDD,-1px -2px 3px #DDDDDD;overflow: hidden;}
.aier-title{background: #0064d0;padding: 5px 0px;}
.aier-title h1,.aier-title h2{color: #FFFFFF;font-size: 16px;font-weight: normal;padding-left: 20px;line-height: 25px;}
.info-title{font-size: 24px;text-align: center;height: 80px;line-height: 80px;font-weight:bold;}
.video{width: 80%;display: block;height: 550px;margin: auto;}
.page{height: 50px;font-size: 14px;color: #0064d0;width: 80%;margin: auto;line-height: 50px;}
.aier-containner{overflow: hidden;margin-top: 30px;padding-bottom: 30px;padding-right: 5px;}
.aiticle{width: 90%;margin: auto;padding-bottom: 25px;}
.aiticle p{font-size: 14px;line-height: 30px;color: #666;}
.aiticle strong{font-weight: bold;}
.laiyuan-kuang{border-bottom:1px solid #e9e9e9;width: 90%;margin:auto;overflow: hidden;font-size: 12px;height: 40px;line-height: 40px;color: #666;}
.laiyuan{float: left;}
.shijian{float: right;}
.aiticle img{display: block;margin: auto;padding-bottom: 20px;}
.shipin-list{overflow: hidden;width: 90%;margin: auto;padding-top: 10px;}
.shipin-list li{width: 48.5%;float: left;margin-top: 10px;}
.shipin-list li p{margin: 10px 0px;height: 34px;line-height: 34px;text-align: center;}
.shipin-list li p:hover{color: #0064d0;text-decoration: underline;}
.shipin-list li:nth-of-type(odd){margin-right: 3%;}
.aier-shipin{position: relative;border-radius: 5px;overflow: hidden;height: 230px;}
.aier-shipin>img{width: 100%;height: 100%;}
.aier-fugai img{width: 50px;height: 50px;display: block;margin:100px auto;}
.aier-fugai{background: #000000;opacity: 0.6;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;display: none;}
.shipin-list li:hover .aier-fugai{
	display: block;
}
.shipin-img-active{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.list-page{text-align: center;}
.list-page span{width: 30px;height: 30px;text-align: center;line-height: 30px;border-radius:5px ;margin: 5px;box-shadow: 2px 2px 3px #dbdde0,-2px -2px 3px #dbdde0;display: inline-block;}
.list-page span:hover{background: #0064d0;color: #fff;}
.jiaoliu-list{width: 90%;margin:20px auto 20px;}
.jiaoliu-list li{padding:10px 0px 20px;border-bottom: 1px solid #efefef;}
.jiaoliu-list li a{display: block;overflow: hidden;}
.new-content{width: 70%;padding-right: 10px;float: left;}
.jiaoliu-list li a img{display: block;width: 30%;float: left;height: 150px;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;}
.jiaoliu-list li a img:hover{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.new-content h1{font-size: 16px;color: #333333;margin: 5px 0px;font-weight:bold;}
.new-content h1:hover{color: #0064d0;}
.new-content .laiyuan,.new-content .shijian{color: #666;font-size: 12px;line-height: 35px;}
.new-content .news-info{color: #999999;font-size:14px;line-height:28px;}
.fuwu-list{overflow: hidden;width:90%;margin: auto;padding-top: 10px;border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.fuwu-list li{width: 33.3%;float: left;padding: 10px;}
.fuwu-list li a{display: block;width: 100%;height: 173px;overflow: hidden;}
.fuwu-list li a img{height: 100%;width: 100%;}
.fuwu-list li a img:hover{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fuwu-list li a:hover{box-shadow: 3px 3px 5px #666, -3px -3px 5px #666;}
.ditu-container{width: 90%;margin: auto;height: 500px;margin-top: 20px;position: relative;}
.ditu-container #ditu{width: 100%;height: 100%;}
.ditu-fugai{width: 100%;position: absolute;bottom: 0px;left: 0px;background: #333333;opacity: 0.8;padding: 10px;}
.ditu-fugai p{line-height: 20px;color: #FFFFFF;font-size: 14px;}
.ditu-fugai p span{font-weight: bold;}
/*门诊排班*/
.paibai-img{width: 90%;margin: auto;}
.paibai-img img{width: 100%;height: 234px;}
.paibai-time h2{font-size: 16px;color: #333333;line-height: 65px;text-align: center;}
.paibai-time{margin-top: 30px;}

/*热搜*/
.zsy-resou1{height: 50px;border: 1px solid #333333;border-radius: 25px;margin:40px auto;}
.zsy-resou1-img{width: 15%;}
.zsy-resou1-img img{width: 80%;margin-top: 5px;}
.zsy-resou1-ul{width: 55%;overflow: hidden;}
.zsy-resou1-ul li{width: 20%;float: left;height: 50px;line-height: 50px;text-align: center;}
.zsy-resou1-ul li a{color: #FF0000;}
.zsy-resou1-ul li a:hover{text-decoration: underline;}
.zsy-resou1-search{width: 30%;}
.zsy-resou1-search,.zsy-resou-ul,.zsy-resou-img{height: 100%;}
.zsy-resou1-search{background: #3c3c3c;position: relative;}
.zsy-resou1-search input{width: 100%;height: 50px;padding-left: 20px;border: none;background: transparent;}
.zsy-resou1-search button{position: absolute;top: 0px;right: 5px;background: url("../images/resou-icon.png")no-repeat;border: none;width: 50px;height: 50px;background-position: 5px 10px;background-size: 32px;}
.zhen-banner {position: relative;width: 90%;margin:20px auto;}
.zhen-left{position: absolute;top:calc(50% - 20px);left: 10px;}
.zhen-right{position: absolute;top:calc(50% - 20px);right: 10px;}
.zhen-banner .bd ul li img{width: 100%;height: 220px;} 
.zhen-banner .hd{position: absolute;bottom: 10px;width: 100%;}
.zhen-banner .hd ul{width: 100%;text-align: center;}
.zhen-banner .hd ul li{width: 8px;height: 8px;border: 1px solid #FFFFFF;display: inline-block;border-radius: 4px;margin: 0px 5px;}
.zhen-banner .hd ul li.on{background: #FFFFFF;}
.fanhui{color: #FFFFFF;position: absolute;top: 20px;right: 10px;}
/*医生列表/*/
.doctor-list{width: 100%;padding: 20px 20px 10px;overflow: hidden;}
.doctor-list li{width: 33.3%;float:left;padding: 10px 20px;}
.doctor-list li a>div{width: 100%;box-shadow: 3px 3px 5px #eeeeee,-3px -3px 5px #eeeeee;overflow: hidden;}
.doctor-list li a>div img{width: 70%;display: block;margin: auto;-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;}
.doctor-list li a>div img:hover{
		-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:scale(1.1);
}
.doctor-list li a> p{text-align: center;line-height: 36px;font-size: 14px;}

/**
 * 分页
 */
#page{
  text-align: center;
  overflow: hidden;
  clear: both;
}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline;border:none;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#0064D0;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#0064D0;border-color:#0064D0}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;}

.footIcp a{color:#0064d0;}


.messagemBox{
	width: 614px;
	margin: 0 auto;
	padding-top: 20px;
}
.messagemBox .formGroup{
	height: 34px;
	line-height: 34px;
	margin-bottom: 20px;
}
.messagemBox .formGroup label{
	float: left;
	display: block;
	width: 120px;
	color: #444;
	text-align: right;
	padding-right: 15px;
	font-size: 13px;
}
.messagemBox .formGroup label em{
	color: #F00;
	padding-right: 4px;
}
.messagemBox .formGroup .item{
	float: left;
}
.messagemBox .formGroup .item .txt{
	width: 487px;
	height: 34px;
    color: #858585;
    border: 1px solid #d5d5d5;
    padding: 4px;
}
.messagemBox .formGroup .item select{
	width: 487px;
	height: 34px;
    color: #858585;
    border: 1px solid #d5d5d5;
    padding: 4px;
}
.messagemBox .formGroup .item .content{
	width: 487px;
	height: 192px;
	border: 1px solid #d5d5d5;
	resize: none;
	padding: 4px;
}
.messagemBox .applyBox{
	overflow: hidden;
	height: 24px;
	padding-left: 40px;
}
.messagemBox .applyBox a{
	display: block;
	color: #515151;
	font-size:14px;
	margin-bottom: 10px;
}
.messagemBox .applyBox .content{
	line-height: 28px;
	font-size: 12px;
	color: rgb(133, 133, 133);
}
.messagemBox .radioBox{
	overflow: hidden;
}
.messagemBox .radioBox input{
	width: 18px;
	height: 18px;
	margin-right: 4px;
}
.messagemBox .radioBox span{
	margin-right: 10px;
	font-size: 14px;
}
.messagemBox .btnBox{
	height: 32px;
	margin-top: 20px;
}
.messagemBox .btnBox a{
	display: block;
	width: 78px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    border-radius: 2px;
    background-clip: padding-box;
    font-size: 13px;
    text-align: center;
    margin-right: 20px;
    float: left;
}
.messagemBox .btnBox a.btn01{
	background-color: #a0d468!important;
    border-color: #a0d468;
    color: #fff;
}
.messagemBox .btnBox a.btn02{
	color: #444;
    background-color: #fff;
    border: 1px solid #ccc;
}